@charset "utf-8";
/* CSS Document */
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.newsxq .newstext table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
}
.newsxq .newstext td{border:1px solid #e8e8e8 !important;  font-size: 15px !important;  text-align: center; height: 50px !important; line-height: 30px !important;padding:0px 20px; }
.newsxq .newstext td span{ font-size: 15px !important;}
.con_width:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
a{text-decoration:none;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; }
ul:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
ul:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.clearfix:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.clearfix {zoom:1; }
.clearit {clear:both; height:0px; font-size:0px; overflow:hidden; width:100%; }
input { padding-top:0px; padding-bottom:0px; font-family:Arial, Helvetica, sans-serif;}
input[type="submit"],
input[type="reset"],
input[type="button"],
button { -webkit-appearance: none; outline: none;}
input::-moz-focus-inner { border:none; padding:0px; }
select, input { vertical-align:middle; outline:none; }
select, input, textarea { font-size:13px; margin:0px; }
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none; }
textarea { resize:none; }
input:-webkit-autofill{background:#fff}
ul:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.box:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.max{ min-width:1400px;}  
.left{ float:left;}
.right{ float:right;}
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
:root {
    --swiper-navigation-size: 44px;
}
:root {
    --swiper-theme-color: #007aff;
}
html #layuicss-layer {
    display: none;
    position: absolute;
    width: 1989px;
}
 @media (max-width:1400px) {
	
 	.box{ max-width:96%; width: 90%; margin:0 auto;}
 	.max{ min-width:100%; width: 100%;}  

.header, .mobile_body {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
}
 }
.box {
    max-width: 1400px;
    margin: 0 auto;
}

.nybanner1 {
		height: 350px;
		background: url(../imge/nybanner1.jpg)  no-repeat center;
	}

	.nybanner1 .box {
		padding-top: 110px;
	}

	.nybanner1 .box strong {
		font-size: 28px;
		color: #fff;
		position: relative;
		padding-top: 15px;
	}

	.nybanner1 .box strong::after {
		content: "";
		width: 37px;
		height: 2px;
		background: #e4382a;
		position: absolute;
		left: 0;
		bottom: -15px;
	}

	.nybanner1 .box p {
		font-size: 15px;
		color: #fff;
		line-height: 30px;
		margin-top: 32px;
	}

	.nybanner2 {
		height: 350px;
		background: url(../imge/nybanner2.jpg) no-repeat center;
	}

	.nybanner2 .box {
		padding-top: 110px;
	}

	.nybanner2 .box p {
		font-size: 15px;
		color: #fff;
		line-height: 30px;
		margin-top: 32px;
	}

	.nybanner2 .box strong {
		font-size: 28px;
		color: #fff;
		position: relative;
		padding-top: 15px;
	}
	.nybanner2 .box strong::after {
		content: "";
		width: 37px;
		height: 2px;
		background: #e4382a;
		position: absolute;
		left: 0;
		bottom: -15px;
	}
	.nybanner3 {
		height: 350px;
		background: url(../imge/nybanner3.jpg) no-repeat center;
	}

	.nybanner3 .box {
		padding-top: 110px;
	}

	.nybanner3 .box p {
		font-size: 25px;
		color: #fff;
		line-height: 30px;
		margin-top: 15px;
		display: block;
        text-align: center;
	}

	.nybanner3 .box strong {
		font-size: 30px;
        display: block;
        text-align: center;
        color: #FFFFFF;
        margin-top: 20px;
        letter-spacing: 2px;
		
	}


	.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
    .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
	.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}


	.nybanner3 .box strong  after {
		content: "";
		width: 37px;
		height: 2px;
		background: #e4382a;
		position: absolute;
		left: 0;
		bottom: -15px;
	}
	.nybanner4 {
		height: 350px;
		background: url(../imge/nybanner4.jpg)  no-repeat center;
	}

	.nybanner4 .box {
		padding-top: 110px;
	}

	.nybanner4 .box strong {
		font-size: 28px;
		color: #fff;
		position: relative;
		padding-top: 15px;
	}

	.nybanner4 .box strong::after {
		content: "";
		width: 37px;
		height: 2px;
		background: #e4382a;
		position: absolute;
		left: 0;
		bottom: -15px;
	}

	.nybanner4 .box p {
		font-size: 15px;
		color: #fff;
		line-height: 30px;
		margin-top: 32px;
	}
	
	.nybanner4 .box p {
		color: rgba(45, 49, 50, .4);
	}

	.nybanner4 .box strong {
		color: #2d3132;
	}
	
	.nybanner5 {
		height: 350px;
		background: url(../imge/nybanner5.jpg)  no-repeat center;
	}

	.nybanner5 .box {
		padding-top: 110px;
	}

	.nybanner5 .box strong {
		font-size: 28px;
		color: #fff;
		position: relative;
		padding-top: 15px;
	}

	.nybanner5 .box strong::after {
		content: "";
		width: 37px;
		height: 2px;
		background: #e4382a;
		position: absolute;
		left: 0;
		bottom: -15px;
	}

	.nybanner5 .box p {
		font-size: 15px;
		color: #ddd;
		line-height: 30px;
		margin-top: 32px;
	}



	.about1 {
		padding-top: 70px;
		padding-bottom: 88px;
		background: url(../images/cpzs_bg1.jpg) no-repeat left top, url(../images/about1_bg.jpg) no-repeat right bottom;
	}

	.about1 .left {
		width: 584px;
	}

	.about1 .left img {
		display: block;
		width: 100%;
	}

	.about1 .right {
		width: 740px;
		overflow-y: auto;
		height: 320px;
		margin-top: 8px;
		padding-right: 50px;
		box-sizing: border-box;
	}

	.about1 .right h1 {
		font-size: 20px;
		font-weight: bold;
		color: #2c2c2c;
		display: inline-block;
	}

	.about1 .right strong {
		font-size: 20px;
		color: #ebebeb;
		font-weight: bold;
		display: inline-block;
		margin-left: 5px;
	}

	.about1 .right .title {
		margin-bottom: 30px;
	}
	.about1 .right .title h1 {
		margin-top: 15px;
		font-size: 22px;
	}
	.about1 .right .title strong {
		font-size: 18px;
		font-weight: normal;
	}

	.about1 .right .about1_dec {
		font-size: 15px;
		color: #636363;
		line-height: 30px;
	}

	.about1 .right .about1_dec p {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 15px;
	text-indent: 30px;
	}

	.about1 .right::-webkit-scrollbar {
		width: 4px;
		height: 4px
	}

	.about1 .right::-webkit-scrollbar-button:vertical {
		display: none
	}

	.about1 .right::-webkit-scrollbar-corner,
	::-webkit-scrollbar-track {
		background-color: #cdd2d8
	}

	.about1 .right::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #0181d7;
	}

	.about1 .right::-webkit-scrollbar-thumb:vertical:hover {
		background-color: #0181d7;
	}

	.about1 .right::-webkit-scrollbar-thumb:vertical:active {
		background-color: #0181d7;
	}


	.newsnav {
		height: 72px;
		line-height: 72px;
		background:#fcfcfc;

	}

	.newsnav .left {
	    display: flex;
	    font-family: "思源黑体 CN Normal";
	    font-size: 16px;
	}

	.newsnav .left a {
		width: 120px;
        text-align: center;
        font-size: 16px;
        color: #8c8c8c;
        position: relative;
	}

	.newsnav .left a::after {
		content: "●";
		font-size: 10px;
		position: absolute;
		right: 0;
		top: 0;
		color: #e6e6e6;
	}

	.newsnav .left a:hover,
	.newsnav .left a.on {
		color: #1679d3;

	}
    .newsnav .left .on::before,
	.newsnav .left a:hover::before {
		content: "";
		width: 80px;
		height: 2px;
		background: #1679d3;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
	}

	.newsnav .right {
		font-size: 15px;
		color: #8c8c8c;
	}

	.newsnav .right a {
		color: #8c8c8c;
	}

    .newsnav .right a:hover {
		color: #1679d3;
	}

	.newsnav .right i {
		font-size: 18px;
		color: #1679d3;
		font-weight: bold;
		display: inline-block;
		margin-right: 5px;
	}


	.nylmt {
		text-align: center;
		margin-bottom: 35px;
	}

	.nylmt strong {
		font-size: 28px;
		color: #2c2c2c;
		position: relative;
		display: block;
		padding-bottom: 20px;
	}

	.nylmt p {
		text-align: center;
		font-size: 15px;
		color: #858585;
		margin-top: 10px;
	}

	.nylmt strong::after {
		content: "";
		width: 55px;
		height: 3px;
		background: #0181d7;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
	}

	.about2 {
		background: #f5faff;
		padding-top: 55px;
		padding-bottom: 58px;
	}

	.about2 ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.about2 ul li {
		width: 49%;
		background: #FFFFFF;
		margin-bottom: 22px;
		padding: 23px;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
		display: flex;
		align-items: center;
	}

	.about2 ul li .about2_ico1 {
	width: 89px;
	height: 89px;
	border-radius: 5px;
	text-align: center;
	line-height: 89px;
	background-image: url(../imge/.about2_ico1.png) ;
	}
	
    .about2 ul li .about2_ico2 {
		width: 89px;
		height: 89px;
		border-radius: 5px;
		text-align: center;
		line-height: 89px;
		background-image: url(../imge/.about2_ico2.png) ;
	}
	    .about2 ul li .about2_ico3 {
		width: 89px;
		height: 89px;
		border-radius: 5px;
		text-align: center;
		line-height: 89px;
		background-image: url(../imge/.about2_ico3.png) ;
	}
	    .about2 ul li .about2_ico4 {
		width: 89px;
		height: 89px;
		border-radius: 5px;
		text-align: center;
		line-height: 89px;
		background-image: url(../imge/.about2_ico4.png) ;
	}
	
	.about2 ul li .about2_txt {
		width: 510px;
		margin-right:15px;
		margin-left: auto;
	}

	.about2 ul li .about2_txt strong {
		font-size: 17px;
		font-weight: bold;
	}

	.about2 ul li .about2_txt p {
		font-size: 15px;
		color: #777777;
		line-height: 24px;
		margin-top: 10px;
	}

	.about2 ul li .about2_ico i {
		color: #FFFFFF;
		font-size: 45px;
	}

	.about2 ul li:nth-last-of-type(odd) {
		margin-left: auto;
	}

	.about2 ul li:nth-child(1) .about2_ico {
		background: #f55524;
		box-shadow: 0px 0px 15px #f55524;
	}

	.about2 ul li:nth-child(2) .about2_ico {
		background: #ffb321;
		box-shadow: 0px 0px 15px #ffb321;
	}

	.about2 ul li:nth-child(3) .about2_ico {
		background: #1b96e8;
		box-shadow: 0px 0px 15px #1b96e8;
	}

	.about2 ul li:nth-child(4) .about2_ico {
		background: #5ac251;
		box-shadow: 0px 0px 15px #5ac251;
	}

	.about3 {
		padding-top: 70px;
		padding-bottom: 90px;
		background: url(../images/ppzs_bg1.jpg) no-repeat left bottom, url(../images/ppzs_bg2.jpg) no-repeat right top;
	}

	.about3 .nylmt {
		margin-bottom: 65px;
	}

	.about3 .gallery-top .swiper-slide .title {
		font-size: 34px;
		color: #323232;
		margin-bottom: 20px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec {
	height: 165px;
	overflow: hidden;
	padding-right: 10px;
	text-align: justify;
	}

	.about3 .gallery-top .swiper-slide .about3_dec:hover,
	.about3 .gallery-top .swiper-slide-active .about3_dec {
		overflow-y: auto;
	}

	.about3 .swiper-button-next,
	.about3 .swiper-button-prev {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #1679d3;
	}

	.about3 .swiper-button-prev {
		left: 0;
	}

	.about3 .swiper-button-next {
		right: 0;
	}

	.about3 .swiper-button-next:after,
	.about3 .swiper-button-prev:after {
		font-size: 20px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar {
		width: 2px;
		height: 4px
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-button:vertical {
		display: none
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-corner,
	::-webkit-scrollbar-track {
		background-color: #cdd2d8
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb:vertical:hover {
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb:vertical:active {
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl {
		display: flex;
		margin-bottom: 23px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl dt {
		font-size: 15px;
		color: #646464;
		padding-top: 6px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl dd {
		font-size: 15px;
		color: #868686;
		line-height: 27px;
		flex: 1; 
	}
	.about3 .gallery-top .swiper-slide .about3_dec dl dd_EN {
		font-size: 15px;
		color: #868686;
		line-height: 25px;
		flex: 1; 
	}

	.about3 .gallery-top .swiper-slide-active .title {
		color: #e4382a;
	}

	.about3 .gallery-top {
		margin-bottom: 48px;
	}

	.about3 .gallery-thumbs {
		padding-bottom: 20px;
	}
.about3 .gallery-thumbs after {
		content: "";
		margin-left:4%;
		margin-right:2%;
		width: 92%;
		height: 1px;
		background: #e7e7e7;
		position: absolute;
		left: 0;
		bottom: 43px;
	}

	.about3 .gallery-thumbs .short-line {
    height: 70px;
    border-bottom: 1px dashed #007aff;
    width: 10%;
	left: 50px;
    position: absolute;
	top: -23px;
	
}
.about3 .gallery-thumbs .long-line {
    height: 70px;
    border-bottom: 1px solid #007aff;
    width:90%;
    position: absolute;
    left: 90px;
	top: -23px;
}

	.about3 .gallery-thumbs .swiper-slide {
		text-align: center;
		height: 70px;
		font-size: 16px;
		color: #7b7b7b;
		background: url(../imge/about3_1.jpg) no-repeat center 38px;
	}

	.about3 .gallery-thumbs .swiper-slide-active {
		font-size: 18px;
		color: #252525;
		background: url(../imge/about3_2.jpg) no-repeat center 30px;
	}

	.about4 {
		background: #f5faff;
		padding-top: 60px;
		padding-bottom: 70px;
		margin:auto;
	}

	.about4 ul li {
		float: left;
		width: 325px;
		padding: 0px;
		background: #FFFFFF;
		margin-right: 30px;
		margin-bottom: 30px;
		position: relative;
		overflow: hidden;
	}

	.about4 ul li .pic img {
		display: block;
		width: 325px;
		height: 430px;
	}

    .about4 ul li .pic1 img {
		display: block;
		width: 325px;
		height: 205px;
	}
	 
	.about4 ul li:nth-of-type(4n+4) {
		margin-right: 0;
	}

	.about4 ul li .title {
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		display: flex;
		background: rgba(22, 121, 211, .85);
		flex-direction: column;
		align-items: center;
		justify-content: center;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}

	.about4 ul li:hover .title {
		opacity: 1;
	}

	.about4 ul li .title p {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;text-align: center;
        width: 90%;
        margin: 10 auto;
        line-height: 30px;
	}
	

	
	@media (max-width: 1450px){
.about1 .right {
		width: 700px;
		overflow-y: auto;
		height: 320px;
		margin-top: 8px;
		padding-right: 50px;
		box-sizing: border-box;
	}
.newsnav {
	width:94%;
	}
.nybanner1 .box {
	width:94%;
	}
.nybanner2 .box {
	width:94%;
	}
.nybanner3 .box {
	width:94%;
	}
.nybanner4 .box {
	width:94%;
	}
.nybanner5 .box {
	width:94%;
	}
.box {
	width:94%;
	}
.about4 ul li{
	margin-right:20px;
    }
	}
@media (max-width: 1400px){
	#topfGo{
		display: none !important
	}
	.nybanner {
		display: none !important
	}

	.nybanner1 {
		height: 160px;
		background: url(../imge/about%20us_company.jpg) no-repeat center left;
		background-size: cover;
	}

	.nybanner1 .box {
		padding-top: 50px;
	}

	.nybanner1 .box strong {
		font-size: 18px;
		color: #3d3d3d;
		position: relative;
		padding-top: 15px;
	}

	.nybanner1 .box strong::after {
		content: "";
		width: 20px;
		height: 2px;
		background: #1679d3;
		position: absolute;
		left: 0;
		top: 0;
	}

	.nybanner1 .box p {
		font-size: 12px;
		color: #3d3d3d;
		line-height: 24px;
		margin-top: 10px;
	}

	.nybanner2 {
		height: 160px;
		background: url(../images/nybanner2.jpg) no-repeat center;
		background-size: cover;
	}

	.nybanner2 .box {
		padding-top: 40px;
	}

	.nybanner2 .box p {
		text-align: center;
		font-size: 20px;
		color: rgba(255, 255, 255, .4);
		letter-spacing: 5px;
		font-family: arial;
	}

	.nybanner2 .box strong {
		font-size: 22px;
		display: block;
		text-align: center;
		color: #FFFFFF;
		margin-top: 10px;
		letter-spacing: 2px;
	}

	.nybanner3 {
		background: url(../images/nybanner3.jpg) no-repeat center;
		background-size: cover;
	}

	.nybanner4 {
	    margin-top: 150px;
		height: 350px;
		background: url(../imge/nybanner3.jpg)  no-repeat center;
	}

	.nybanner4 .box {
		padding-top: 120px;
	}

	.nybanner4 .box strong {
		font-size: 28px;
		color: #fff;
		position: relative;
		padding-top: 15px;
	}

	.about1 {
		padding-top: 40px;
		padding-bottom: 48px;
		background: url(../images/cpzs_bg1.jpg) no-repeat left top, url(../images/about1_bg.jpg) no-repeat right bottom;
	}

	.about1 .left {
		width: 100%;
	}

	.about1 .left img {
		display: block;
		width: 100%;
	}

	.about1 .right {
		width: 100%;
		margin-top: 10px;
		box-sizing: border-box;
		height: 320px;
		overflow-y: auto;
		padding-right: 10px;

	}

	.about1 .right h1 {
		font-size: 18px;
		font-weight: bold;
		color: #2c2c2c;
		display: inline-block;
	}

	.about1 .right strong {
		font-size: 14px;
		color: #ebebeb;
		font-weight: bold;
		display: inline-block;
		margin-left: 5px;
	}

	.about1 .right .title {
		margin-bottom: 20px;
		margin-right: 15px;
	}

	.about1 .right .about1_dec {
	    margin-right: 15px;
		font-size: 14px;
		color: #636363;
		line-height: 30px;
		text-align: justify;
	}

	.about1 .right .about1_dec p {
		margin-bottom: 0px;
	}

	.about1 .right::-webkit-scrollbar {
		width: 2px;
		height: 4px
	}

	.about1 .right::-webkit-scrollbar-button:vertical {
		display: none
	}

	.about1 .right::-webkit-scrollbar-corner,
	::-webkit-scrollbar-track {
		background-color: #cdd2d8
	}

	.about1 .right::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #0181d7;
	}

	.about1 .right::-webkit-scrollbar-thumb:vertical:hover {
		background-color: #0181d7;
	}

	.about1 .right::-webkit-scrollbar-thumb:vertical:active {
		background-color: #0181d7;
	}
	

.newsnav {
	    margin-top:30px;
		height: 72px;
		line-height: 72px;
		background: none;
		border-bottom: 1px solid #e5e5e5;
	}

	.newsnav .left {
	    display: flex;
	    font-family: "思源黑体 CN Normal";
	    font-size: 16px;
	}

	.newsnav .left a {
		width: 120px;
        text-align: center;
        font-size: 16px;
        color: #8c8c8c;
        position: relative;
	}

	.newsnav .left a::after {
		content: "●";
		font-size: 10px;
		position: absolute;
		right: 0;
		top: 0;
		color: #e6e6e6;
	}

	.newsnav .left a:hover,
	.newsnav .left a.on {
		color: #1679d3;

	}
    .newsnav .left .on::before,
	.newsnav .left a:hover::before {
		content: "";
		width: 80px;
		height: 2px;
		background: #1679d3;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
	}

	.newsnav .right {
		font-size: 15px;
		color: #8c8c8c;
	}

	.newsnav .right a {
		color: #8c8c8c;
	}

	.newsnav .right i {
		font-size: 18px;
		color: #1679d3;
		font-weight: bold;
		display: inline-block;
		margin-right: 5px;
	}



	.nylmt {
		text-align: center;
		margin-bottom: 35px;
	}

	.nylmt strong {
		font-size: 20px;
		color: #2c2c2c;
		position: relative;
		display: block;
		padding-bottom: 20px;
	}

	.nylmt p {
		text-align: center;
		font-size: 12px;
		color: #858585;
		margin-top: 10px;
		line-height: 20px;

	}

	.nylmt strong::after {
		content: "";
		width: 45px;
		height: 3px;
		background: #0181d7;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
	}

	.about2 {
		background: #f5f8fd;
		padding-top: 35px;
		padding-bottom: 38px;
	}

	.about2 ul li {
		width: 100%;
		background: #FFFFFF;
		margin-bottom: 15px;
		padding: 10px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	}

	.about2 ul li .about2_ico {
		width: 50px;
		height: 50px;
		border-radius: 5px;
		text-align: center;
		line-height: 50px;
	}

	.about2 ul li .about2_txt {
		width: calc(100% - 60px);
		margin-left: 15px;
		
	}

	.about2 ul li .about2_txt strong {
		font-size: 17px;
		font-weight: bold;
	}

	.about2 ul li .about2_txt p {
		font-size: 14px;
		color: #777777;
		line-height: 22px;
		margin-top: 5px;
	}

	.about2 ul li .about2_ico i {
		color: #FFFFFF;
		font-size: 28px;
	}

	.about2 ul li:nth-last-of-type(odd) {
		margin-left: auto;
	}

	.about2 ul li:nth-child(1) .about2_ico {
		background: #f55524;
		box-shadow: 0px 0px 15px #f55524;
	}

	.about2 ul li:nth-child(2) .about2_ico {
		background: #ffb321;
		box-shadow: 0px 0px 15px #ffb321;
	}

	.about2 ul li:nth-child(3) .about2_ico {
		background: #1b96e8;
		box-shadow: 0px 0px 15px #1b96e8;
	}

	.about2 ul li:nth-child(4) .about2_ico {
		background: #5ac251;
		box-shadow: 0px 0px 15px #5ac251;
	}

	.about3 {
		padding-top: 70px;
		padding-bottom: 90px;
		background: url(../images/ppzs_bg1.jpg) no-repeat left bottom, url(../images/ppzs_bg2.jpg) no-repeat right top;
	}

	.about3 .nylmt {
		margin-bottom: 65px;
	}

	.about3 .gallery-top .swiper-slide .title {
		font-size: 34px;
		color: #323232;
		margin-bottom: 20px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec {
		height: 140px;
		overflow: hidden;
		padding-right: 10px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec:hover,
	.about3 .gallery-top .swiper-slide-active .about3_dec {
		overflow-y: auto;
	}

	.about3 .swiper-button-next,
	.about3 .swiper-button-prev {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #1679d3;
	}

	.about3 .swiper-button-prev {
		left: 0;
	}

	.about3 .swiper-button-next {
		right: 0;
	}

	.about3 .swiper-button-next:after,
	.about3 .swiper-button-prev:after {
		font-size: 20px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar {
		width: 2px;
		height: 4px
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-button:vertical {
		display: none
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-corner,
	::-webkit-scrollbar-track {
		background-color: #cdd2d8
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb:vertical:hover {
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb:vertical:active {
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl {
		display: flex;
		margin-bottom: 23px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl dt {
		font-size: 15px;
		color: #646464;
		padding-top: 6px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl dd {
		font-size: 15px;
		color: #868686;
		line-height: 27px;
		flex: 1; 
	}

	.about3 .gallery-top .swiper-slide-active .title {
		color: #e4382a;
	}

	.about3 .gallery-top {
		margin-bottom: 48px;
	}

	.about3 .gallery-thumbs {
		padding-bottom: 20px;
	}

	.about3 .gallery-thumbs  after {
		content: "";
		margin-left:4%;
		margin-right:4%;
		width: 92%;
		height: 1px;
		background: #e7e7e7;
		position: absolute;
		left: 0;
		bottom: 43px;
	}
		.about3 .gallery-thumbs .short-line {
    height: 70px;
    border-bottom: 1px dashed #007aff;
    width: 10%;
	left: 50px;
    position: absolute;
	top: -23px;
	
}
.about3 .gallery-thumbs .long-line {
    height: 70px;
    border-bottom: 1px solid #007aff;
    width:89%;
    position: absolute;
    left: 90px;
	top: -23px;
}

	.about3 .gallery-thumbs .swiper-slide {
		text-align: center;
		height: 70px;
		font-size: 16px;
		color: #7b7b7b;
		background: url(../imge/about3_1.jpg) no-repeat center 38px;
	}

	.about3 .gallery-thumbs .swiper-slide-active {
		font-size: 18px;
		color: #252525;
		background: url(../imge/about3_2.jpg) no-repeat center 30px;
	}


	.about4 {
		text-align:center;
		background: #f5f8fd;
		padding-top: 30px;
		padding-bottom: 40px;
		margin:auto;
	}

	.about4 ul li {
		margin:auto;
		float: left;
		width: 24%;
		margin-right:20px;
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
	}

	.about4 ul li:nth-of-type(even) {
		margin-right: 0;
	}

	.about4 ul li .pic {
		background: #FFFFFF;
		padding: 0px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	.about4 ul li .pic img {
		display: block;
		width: 100%;
	}
	.about4 ul li .pic1 img {
		display: block;
		width: 100%;

	}

	.about4 ul li .title {}

	.about4 ul li .title img {
		display: none;
	}

	.about4 ul li .title p {
		color: #fff;
		font-size: 16px;
		text-align: center;
	}
.newsnav1{height:50px;line-height:50px; padding-top:10px}
	.newsnav1 p {
		font-size: 15px;
		color: #8c8c8c;
		margin-left: auto;
	}

	.newsnav1 p a {
		color: #8c8c8c;
	}

	.newsnav1 p i {
		font-size: 18px;
		color: #18bd33;
		font-weight: bold;
		display: inline-block;
		margin-right: 5px;
	}

	.newsnav1 p a:hover {
		color: #18bd33;
	}
		.nyleft_n {
		width: 100%;
		margin-top: 20px;
		background: #f3fafe;
	}

	.nyleft_title {
		width: 100%;
		display: flex;
		padding: 0 16px;
		box-sizing: border-box;
		height: 45px;
		line-height: 45px;
		align-items: center;
		background: #e3f3fd;
	}

	.nyleft_title strong {
		font-size: 16px;
		background: url(../images/h.png) no-repeat left center;
		padding-left: 25px;
		background-size: 15px;
		flex: 1;
	}

	.nyleft_title a {
		font-size: 12px;
		color: #979797;
		display: flex;
		align-items: center;
	}

	.nyleft_n ul {
		padding: 15px 17px 15px 10px;
	}

	.nyleft_n ul li {
		height: 43px;
		line-height: 43px;
		font-size: 14px;
		position: relative;
		padding-left: 13px;
		overflow: hidden;
	}

	.nyleft_n ul li::after {
		content: "";
		width: 4px;
		height: 4px;
		background: #0183da;
		position: absolute;
		left: 0;
		top: 20px;
	}

	.nyleft_n ul li a {
		color: #3d3c3c;
	}

	.nyleft_n ul li span {
		float: right;
		font-size: 13px;
		color: #9f9f9f;
		margin-left: 15px;
	}

	.nyleft_n ul li:hover {
		background: url(../images/tiao.png) no-repeat center;
	}

	.nyleft_p {
		margin-top: 20px;
		background: #f3fafe;
	}

	.nyleft_p ul {
		display: flex;
	}

	.nyleft_p ul {
		padding: 15px 0;
	}

	.nyleft_p ul li {
		width: 47%;
		margin-left: 2%;
	}

	.nyleft_p ul li img {
		width: 100%;
	}

	.nyleft_p ul li p {
		text-align: center;
		font-size: 14px;
		color: #3d3c3c;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 22px;
		height: 22px;
		margin-top: 3px;
	}

	.nyleft_p ul li:hover p {
		color: #0183da;
	}

	}
@media (max-width: 1366px){
.nybanner1 .box {
	width:88%;
	}
.nybanner2 .box {
	width:88%;
	}
.nybanner3 .box {
	width:88%;
	}
.nybanner4 .box {
	width:88%;
	}
.nybanner5 .box {
	width:88%;
	}
.box {
	width:88%;
	}}
@media (max-width: 1152px){
	.about3 {
		padding-top: 70px;
		padding-bottom: 90px;
		background: url(../images/ppzs_bg1.jpg) no-repeat left bottom, url(../images/ppzs_bg2.jpg) no-repeat right top;
	}

	.about3 .nylmt {
		margin-bottom: 65px;
	}

	.about3 .gallery-top .swiper-slide .title {
		font-size: 34px;
		color: #323232;
		margin-bottom: 20px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec {
		height: 140px;
		overflow: hidden;
		padding-right: 10px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec:hover,
	.about3 .gallery-top .swiper-slide-active .about3_dec {
		overflow-y: auto;
	}

	.about3 .swiper-button-next,
	.about3 .swiper-button-prev {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #1679d3;
	}

	.about3 .swiper-button-prev {
		left: 0;
	}

	.about3 .swiper-button-next {
		right: 0;
	}

	.about3 .swiper-button-next:after,
	.about3 .swiper-button-prev:after {
		font-size: 20px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar {
		width: 2px;
		height: 4px
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-button:vertical {
		display: none
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-corner,
	::-webkit-scrollbar-track {
		background-color: #cdd2d8
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb:vertical:hover {
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb:vertical:active {
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl {
		display: flex;
		margin-bottom: 23px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl dt {
		font-size: 15px;
		color: #646464;
		padding-top: 6px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl dd {
		font-size: 15px;
		color: #868686;
		line-height: 27px;
		flex: 1; 
	}

	.about3 .gallery-top .swiper-slide-active .title {
		color: #e4382a;
	}

	.about3 .gallery-top {
		margin-bottom: 48px;
	}

	.about3 .gallery-thumbs {
		padding-bottom: 20px;
	}

	.about3 .gallery-thumbs  after {
		content: "";
		margin-left:4%;
		margin-right:4%;
		width: 92%;
		height: 1px;
		background: #e7e7e7;
		position: absolute;
		left: 0;
		bottom: 43px;
	}
		.about3 .gallery-thumbs .short-line {
    height: 70px;
    border-bottom: 1px dashed #007aff;
    width: 10%;
	left: 50px;
    position: absolute;
	top: -23px;
	
}
.about3 .gallery-thumbs .long-line {
    height: 70px;
    border-bottom: 1px solid #007aff;
    width:86%;
    position: absolute;
    left: 90px;
	top: -23px;
}

	.about3 .gallery-thumbs .swiper-slide {
		text-align: center;
		height: 70px;
		font-size: 16px;
		color: #7b7b7b;
		background: url(../imge/about3_1.jpg) no-repeat center 38px;
	}

	.about3 .gallery-thumbs .swiper-slide-active {
		font-size: 18px;
		color: #252525;
		background: url(../imge/about3_2.jpg) no-repeat center 30px;
	}

	.about4 ul li {
		margin:auto;
		float: left;
		width: 24%;
		margin-right: 2%;
		margin-bottom: 10px;
		position: relative;
		overflow: hidden;
	}

	.about4 ul li:nth-of-type(even) {
		margin-right: 0;
	}

	.about4 ul li .pic {
		background: #FFFFFF;
		padding: 0px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	.about4 ul li .pic img {
		display: block;
		width: 100%;
		height:20%;
	}
	.about4 ul li .pic1 img {
		display: block;
		width: 100%;
		height:20%;
	}
	.newsnav {
	margin-top:60px;
		height: 72px;
		line-height: 72px;
		border-bottom: 1px solid #e5e5e5;
	}
	.about1 {
    padding-top: 20px;
	}}
@media (max-width: 800px){
	.newsnav .right {
		display: none;
		font-size: 15px;
		color: #8c8c8c;
	}
	.about4 ul li {
		margin:auto;
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
		position: relative;
		overflow: hidden;
	}

	.about4 ul li:nth-of-type(even) {
		margin-right: 0;
	}

	.about4 ul li .pic {
		background: #FFFFFF;
		padding: 0px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	.about4 ul li .pic img {
		display: block;
		width: 100%;
		height:20%;
	}
	.about4 ul li .pic1 img {
		display: block;
		width: 100%;
		height:20%;
	}
	}
	@media (max-width: 500px){
		.newsnav {
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #e5e5e5;
	}

	.newsnav .left {
		float: none !important;
		display: flex;
	}

	.newsnav .left a {
		flex: 1;
		text-align: center;
		font-size: 14px;
		color: #000;
		position: relative;
	}

	.newsnav .left a::after {
		content: "●";
		position: absolute;
		right: 0;
		top: 0;
		color: #dedede;
	}

	.newsnav .left a:hover,
	.newsnav .left a.on {
		color: #1679d3;
	}

	.newsnav .left a:last-child::after {
		display: none;
	}

	.newsnav .left .on::before {
		content: "";
		width: 60px;
		height: 2px;
		background: #1679d3;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
	}
	.about1 .right .title {
		margin-bottom: 30px;
	}
	.about1 .right .title h1 {
		margin-top: 15px;
		font-size: 18px;
	}
	.about1 .right .title strong {
		display: none !important; 
	}
	.about2 ul li .about2_ico1 {
	    display: none !important; 
	}
	
    .about2 ul li .about2_ico2 {
		display: none !important; 
	}
    .about2 ul li .about2_ico3 {
		display: none !important; 
	}
	.about2 ul li .about2_ico4 {
		display: none !important; 
	}
	.about2 ul li .about2_txt {
		width: 90%;
		margin-right:10px;
		margin-left: 10px;
	}
	
	

	.about3 .gallery-top .swiper-slide .title {
		font-size: 30px;
		color: #323232;
		margin-bottom: 20px;
		text-align:center;
	}

	.about3 .gallery-top .swiper-slide .about3_dec {
		height: 160px;
		overflow: hidden;
		padding-right: 10px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec:hover,
	.about3 .gallery-top .swiper-slide-active .about3_dec {
		overflow-y: auto;
	}

	.about3 .swiper-button-next,
	.about3 .swiper-button-prev {
		width: 30px;
		height: 30px;

		border-radius: 50%;
		background: #1679d3;
	}

	.about3 .swiper-button-prev {
		left: 0;
	}

	.about3 .swiper-button-next {
		right: 0;
	}

	.about3 .swiper-button-next:after,
	.about3 .swiper-button-prev:after {
		font-size: 15px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar {
		width: 2px;
		height: 4px
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-button:vertical {
		display: none
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-corner,
	::-webkit-scrollbar-track {
		background-color: #cdd2d8
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb:vertical:hover {
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec::-webkit-scrollbar-thumb:vertical:active {
		background-color: #1679d3;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl {
		display: flex;
		margin-bottom: 23px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl dt {
		font-size: 14px;
		color: #646464;
		padding-top: 6px;
	}

	.about3 .gallery-top .swiper-slide .about3_dec dl dd {
		font-size: 13.5px;

		color: #868686;
		line-height: 27px;
		flex: 1; 
	}

	.about3 .gallery-top .swiper-slide-active .title {
		color: #e4382a;
	}

	.about3 .gallery-top {
		margin-bottom: 50px;
	}

	.about3 .gallery-thumbs {
		padding-bottom: 29px;
	}

	.about3 .gallery-thumbs  after {
		content: "";
		margin-left:3%;
		margin-right:3%;
		width: 86%;
		height: 1px;
		background: #e7e7e7;
		position: absolute;
		left: 0;
		bottom: 50px;
	}
		.about3 .gallery-thumbs .short-line {
    height: 70px;
    border-bottom: 1px dashed #007aff;
    width: 10%;
	left: 50px;
    position: absolute;
	top: -23px;
	
}
.about3 .gallery-thumbs .long-line {
    height: 70px;
    border-bottom: 1px solid #007aff;
    width:70%;
    position: absolute;
    left: 90px;
	top: -23px;
}

	.about3 .gallery-thumbs .swiper-slide {
		text-align: center;
		height: 70px;
		font-size: 13px;
		color: #7b7b7b;
		background: url(../imge/about3_1.jpg) no-repeat center 38px;
	}

	.about3 .gallery-thumbs .swiper-slide-active {
		font-size: 14px;
		color: #252525;
		background: url(../imge/about3_2.jpg) no-repeat center 30px;
	}

	}
	@media (max-width: 450px){	
			.about3 .gallery-thumbs .short-line {
    height: 70px;
    border-bottom: 1px dashed #007aff;
    width: 10%;
	left: 10px;
    position: absolute;
	top: -23px;
	
}
.about3 .gallery-thumbs .long-line {
    height: 70px;
    border-bottom: 1px solid #007aff;
    width:60%;
    position: absolute;
    left: 50px;
	top: -23px;
}}